sgdk
|
TFM Music Maker compiled data player (68000) More...
Go to the source code of this file.
Functions | |
void | TFC_init (const u8 *music) |
Initialize and load the specified TFC music (68000 driver) The 68000 should have the Z80 bus before calling this method. | |
void | TFC_frame () |
Update frame for 68000 TFC player. The 68000 should have the Z80 bus before calling this method. | |
u16 | TFC_isPlaying () |
Returns TRUE if a TFC lmusic is currently playing. | |
void | TFC_play (u16 play) |
Start/Stop play TFC music (68000 driver). The 68000 should have the Z80 bus before calling this method. |
TFM Music Maker compiled data player (68000)
This unit provides TFM music player through the 68000 CPU.
void TFC_frame | ( | ) |
Update frame for 68000 TFC player.
The 68000 should have the Z80 bus before calling this method.
void TFC_init | ( | const u8 * | music | ) |
Initialize and load the specified TFC music (68000 driver) The 68000 should have the Z80 bus before calling this method.
u16 TFC_isPlaying | ( | ) |
Returns TRUE if a TFC lmusic is currently playing.
void TFC_play | ( | u16 | play | ) |
Start/Stop play TFC music (68000 driver). The 68000 should have the Z80 bus before calling this method.